home *** CD-ROM | disk | FTP | other *** search
- ReferenceMatrix = {SUPERCLASS = Matrix; };
- Searcher = {
- ACTIONS = {
- "changeFont:" = "changeFont:";
- "doAll:" = "doAll:";
- "doSearch:" = "doSearch:";
- "find:" = "find:";
- "findNext:" = "findNext:";
- "findPrevious:" = "findPrevious:";
- "folderFile:" = "folderFile:";
- "namesContents:" = "namesContents:";
- "openFile:" = "openFile:";
- "preferences:" = "preferences:";
- "print:" = "print:";
- "searchSemantic:" = "searchSemantic:";
- "setSelectAction:" = "setSelectAction:";
- "targetInfo:" = "targetInfo:";
- "viewFile:" = "viewFile:";
- };
- OUTLETS = {
- _lowerBox = _lowerBox;
- _shelfBox = _shelfBox;
- allButton = allButton;
- namesContentsPopup = namesContentsPopup;
- numFound = numFound;
- query = query;
- resultIcon = resultIcon;
- results = results;
- searchButton = searchButton;
- searchWindow = searchWindow;
- searching = searching;
- semanticPopup = semanticPopup;
- targets = targets;
- };
- SUPERCLASS = Object;
- };
- IconView = {SUPERCLASS = View; };
- Shelf = {SUPERCLASS = View; };
- Icon = {SUPERCLASS = View; };
- FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
-